home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / GrowBoxDock / Sources / DumpCompile.c < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-18  |  530 b   |  36 lines

  1. /*
  2.     File:        DumpCompile.c
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Written by:    xxx put writers here xxx
  7.  
  8.     Copyright:    © 1997 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     $Log: DumpCompile.c,v $
  11.     Revision 1.1.1.1  1998/03/18 22:56:09  ivory
  12.     Initial checkin of SimpleText.
  13.     
  14.         
  15.         1     8/11/97 3:50 PM Tom Dowdy
  16.         first checked in
  17.  
  18.  
  19. */
  20.  
  21. /*
  22.     This file serves to create the dump file, nothing else
  23.     
  24.     written by Tom Dowdy
  25.     
  26.     copyright © 1989, 1990 Apple Computer, Inc.
  27.     All rights reserved.
  28. */
  29.  
  30. #include "MacIncludes.h"
  31.  
  32. main()
  33. {
  34. }
  35.  
  36.